salvo-jwt-auth 0.65.2

Jwt auth support for salvo web server framework.
Documentation

salvo-jwt-auth

Jwt auth middleware for Salvo.

This is offical crate, so you can enable it in Cargo.toml like this:

salvo = { version = "*", features=["jwt-auth"] }

Documentation & Resources